home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / plotlaser < prev    next >
Text File  |  1991-11-22  |  3KB  |  64 lines

  1.  
  2.    10.2.3 PLOT LASERJET
  3.  
  4.  
  5. The PLOT LASERJET command is used to output a raster file ( previously
  6. created with the PLOT RASTER command ) to a Hewlett Packard LaserJet+ laser
  7. printer or any compatible laser printer.
  8.  
  9. To generate a raster image file suitable for plotting on a Hewlett Packard
  10. LaserJet+, the value for the DOTSPERINCH modifier in PLOT RASTER should be
  11. one of the values 75, 100, 150 or 300. This value should be matched by the
  12. RESOLUTION modifier to obtain the correct result.
  13.  
  14. Colour raster files will not be plotted.
  15.  
  16.  
  17.    MODIFIERS
  18.  
  19. FROM           Requires the name of the raster image file created with the
  20.                PLOT RASTER command. If this modifier is not used, the file
  21.                XCTEMP:rastc is assumed to be the raster image file. ( This
  22.                file is the default file created by PLOT RASTER ).
  23.  
  24. TO             Requires the name of the file or device used as a destination
  25.                for the LaserJet+ plot commands. If this modifier is not used,
  26.                the plot commands will be sent to the device PAR: ( the
  27.                parallel port ). If you are likely to reproduce the same plot
  28.                many times, it can be useful to output the plot commands to a
  29.                disk-file which in turn can then be copied to the printer
  30.                when required.
  31.  
  32.  
  33. ORIENTATION    The ORIENTATION modifier is used to select one of two
  34.                orientations for the plot.
  35.  
  36.                   LANDSCAPE      Will orient the plot horizontally on the
  37.                                  sheet.
  38.  
  39.                   PORTRAIT       Will orient the plot vertically on the
  40.                                  sheet.
  41.  
  42.                If the modifier is omitted, the LANDSCAPE orientation will
  43.                be used.
  44.  
  45. CURRENTPOS     If the CURRENTPOS modifier is used, the plot will start at the
  46.                current 'pen' position of the printer. This allows plots to
  47.                be merged with text.
  48.  
  49. RESOLUTION     Selects the dots-per-inch resolution of the printer. This can
  50.                be one of the values 75, 100, 150 or 300. It should match the
  51.                resolution used when the raster image file was created with
  52.                PLOT RASTER. The default value used if none is specified is
  53.                300.
  54.  
  55. COPY           The COPY modifier can be followed by a value specifying up
  56.                to 99 copies of the plot. The default is to create one copy.
  57.  
  58. NOEJECT        If the NOEJECT modifier is used, a form-feed command is not
  59.                sent to the printer when the plot is complete. The paper will
  60.                remain inside the printer and can be over-printed with text if
  61.                required.
  62.  
  63.  
  64.